home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group97b.txt / 000083_icon-group-sender _Fri Sep 26 12:41:39 1997.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by cheltenham.cs.arizona.edu (8.8.7/8.8.7) with SMTP id MAA22645
  4.     for <icon-group-addresses@cheltenham.CS.Arizona.EDU>; Fri, 26 Sep 1997 12:41:38 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA09700; Fri, 26 Sep 1997 12:41:37 -0700
  7. Message-Id: <342C0A4B.2E41@wwnet.com>
  8. Date: Fri, 26 Sep 1997 15:17:31 -0400
  9. From: Scott Helmke <scott@wwnet.com>
  10. Reply-To: scott@wwnet.com
  11. X-Mailer: Mozilla 3.01C-WWNet  (Win95; U)
  12. Mime-Version: 1.0
  13. To: icon-group@cs.arizona.edu
  14. Subject: Re:  Size limit on Icon programs?
  15. Content-Type: text/plain; charset=us-ascii
  16. Content-Transfer-Encoding: 7bit
  17. Errors-To: icon-group-errors@cs.arizona.edu
  18. Status: RO
  19.  
  20. In our previous episode, I had determined that even the latest version
  21. of Icon on my SCO Unix box still crashed during icont linking of my Icon
  22. code.  Removing just a few lines makes the crash go away.  
  23.  
  24. Previous respondants are:
  25. Clinton Jeffery, "shouldn't be a limit, can you reproduce it?"
  26. Ralph Griswold, "The SCO compiler was pretty buggy, could that be it?"
  27. (remarks are paraphrased)
  28.  
  29. More new info:  I've downloaded the MS-DOS 386 binaries, and I can
  30. reproduce the crash, and then have it link successfully if I make the
  31. same source (my source, not the Icon source) changes as I do in the SCO
  32. platform.
  33.  
  34. Here's what DOS icont.exe said when it crashed:
  35. <snip>
  36. Translating:
  37. cg.icn: 
  38.   main                                                                 
  39. No errors        
  40. Linking:        
  41.  
  42. ILLEGAL ADDRESS HAS CAUSED A PAGE FAULT
  43. absolute address = 1005BB38       DGROUP relative address = 0005BB38
  44. error code = 0006
  45. eax = 00009E34      esi = 0005BB34      flags = 3206        ds = 0033
  46. ebx = 00009E30      edi = 00051D00      eip = 0000A89D      es = 0033
  47. ecx = 001569B2      ebp = 00000004      cs = 002B           fs = 0000
  48. edx = 0004B394      esp = DFFFE964      ss = 003B           gs =
  49. 0000C:\DEV\DETA
  50.  
  51.  
  52. So, anybody interested?  I can bundle up my source and put it somewhere,
  53. with works/fails versions of the appropriate file.
  54.  
  55. Thanks,
  56. Scott Helmke
  57.